home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gcc / gcc263_doc.lha / gnu / man / man1 / gperf.1 < prev    next >
Text File  |  1994-12-19  |  1KB  |  133 lines

  1.  
  2.  
  3.  
  4. GPERF(1)                 USER COMMANDS                   GPERF(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      gperf - generate a perfect hash function from a key set
  10.  
  11. SYNOPSIS
  12.      gperf [ -adghijklnoprsStv ] [ _k_e_y_f_i_l_e ]
  13.  
  14. DESCRIPTION
  15.      _g_p_e_r_f reads a set of ``keys'' from _k_e_y_f_i_l_e (or, by  default,
  16.      from  the standard input) and attempts to find a non-minimal
  17.      perfect hashing function that recognizes a member of the key
  18.      set  in  constant,  i.e., O(1), time.  If such a function is
  19.      found the program generates a pair of _C source code routines
  20.      that  perform  the  hashing and table lookup.  All generated
  21.      code is directed to the standard output.
  22.  
  23.      Please refer to the _g_p_e_r_f._t_e_x_i_n_f_o file for more information.
  24.      This file is distributed with _g_p_e_r_f release.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1  Last change: December 16, 1988                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.